Labels:text | electronics | screenshot | display | software | computer icon | web page | number | operating system | website OCR: clsAlphaTab Properties ChildClick Sub ChildClick(child as Object) ' If a tab is selected, then reset is to normal. IF NOT IsNull ( GetTopContainer ( ) . udpAlphaTab ) THEN Self. GetTopContainer ( ) . udpAlphaTab. udmSetNormal() END IF ' Set this tab instance to the selected tab and update the TopContainer. udmSetSelected() Self. GetTopContainer ( ) . udpAlphaTab = self Self. GetTopContainer ( ) . udpSelectedTab = child. Label Build a limiting query condition and call the TopContainer's QueryWhere method. (Str = "lastname like '" & child. Label & "$1" Self. GetTopContainer ( ) . QueryWhere ( qStr ) + >> udmClassDescription ...